Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed crash at app launch on OSX 10.8 and before #265

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixed crash at app launch on OSX 10.8 and before #265

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Jan 22, 2014

The previous code crashed when run on any pre-10.9 OSX version. The reason was that the accessibility check was using a wrong function pointer to check for the new API available from 10.9. AXIsProcessTrusted is a function which has been available since 10.4, thus checking whether it was not null always returned true, independently of the actual system. What the original author probably wanted to check is AXIsProcessTrustedWithOptions which is indeed a new function introduced in 10.9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants